home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / HISTORY < prev    next >
Text File  |  1995-12-04  |  2KB  |  47 lines

  1. Here is the small history of Linuxconf.
  2.  
  3. 1-It was decided to create a "better" front-end to configure
  4.   X. The program was called xconf.
  5.   You can see here and there some function called xconf_something.
  6.   There is still a directory xconf containing mostly stubs.
  7.  
  8. 2-The Xfree team has moved to 3.x and provide a tool. This
  9.   tool does not look nice, but still allows easy (fairly) configuration
  10.   of X. Anyway, quite many people are working to address this topic.
  11.  
  12. 3-the xconf project was dropped, Linuxconf was born. It was understood
  13.   that in order to properly configured X or anything, there are quite
  14.   a few other things which must be checked before.
  15.  
  16. 4-The starting idea of Linuxconf: askrunlevel, a utility to
  17.   intercept the boot sequence et change it on the fly.
  18.  
  19. 5-It was decided to transform the dialog program (used by
  20.   Slackware and many other configuration utilities) into a library.
  21.   It was also decided to use C++ and stay away from "easy" script.
  22.  
  23. 6-A lot of work was added to the dialog library to make it self
  24.   centering, easing the coding of dialogs. It was still in C even
  25.   if the rest of the project was C++.
  26.  
  27. then time goes by and more and more features has been added...
  28.  
  29. 7-The idea of "netconf --update" came by. This was a new starting
  30.   point for Linuxconf.
  31.  
  32. 8-More and more dialogs were done. The old dialog library could
  33.   not provide the level of functionality. It has been almost
  34.   completely rewritten in C++, allowing mixed type, multi field
  35.   dialogs.
  36.  
  37. It is still possible to revamp dialog/main.c to create a new dialog
  38. program offering the new capabilities of the library. This would
  39. make the Slackware installation much more appealing.
  40.  
  41. 9-It was decided that the package was good enough to be released.
  42.   A lot of work was added to the help files.
  43.  
  44. There we are!!!!
  45.  
  46.  
  47.